home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 04p.dir / 00033_FNMovSwitch.ls < prev    next >
Encoding:
Text File  |  1999-04-06  |  313 b   |  15 lines

  1. on mouseUp
  2.   global gPcVidSprite, zeoIdle, gFNEngBtnStart
  3.   if the movieRate of sprite gPcVidSprite > 0 then
  4.     set the movieRate of sprite gPcVidSprite to 0
  5.   else
  6.     set the movieRate of sprite gPcVidSprite to 1
  7.   end if
  8.   setzeoIdle()
  9.   if gFNEngBtnStart then
  10.     voicEng()
  11.   else
  12.     voicNih()
  13.   end if
  14. end
  15.